home *** CD-ROM | disk | FTP | other *** search
/ Totally for Newton 10 / PDA10.toast / mac / Packages / Databases & Lists / 1.x / QuickFigure Lite 2.1 / Matrix Solver Docs.text < prev    next >
Encoding:
Text File  |  1995-02-03  |  2.4 KB  |  78 lines  |  [TEXT/R*ch]

  1. Installing the Matrix Solver
  2.  
  3. The Matrix Solver is an extension to QuickFigure (a QuickFigure Tool).
  4. To install the Matrix Solver, simply download it to your Newton. It
  5. will not appear in the Extras Drawer, but it may be removed using the
  6. Remove Software button in either the Card dialog (if it is installed on
  7. a memory card) or “Prefs”/”Memory” if it is installed in internal
  8. memory. It will be listed as “solver:donv”.
  9.  
  10. The Matrix Solver requires approximately 7k of memory.
  11.  
  12. To use the Matrix Solver, open QuickFigure, and select the cells
  13. containing the matrix you wish to solve (see “Using the Matrix Solver”
  14. below), tap on the “Tools” button, and select “Matrix Solver” from the
  15. list of Tools.
  16.  
  17. The following is an excerpt from the QuickFigure Pro 2.1 User’s Guide
  18. (my apologies for the very lame ASCII illustrations):
  19.  
  20. Using The Matrix Solver
  21.  
  22. The Matrix Solver is a QuickFigure Tool which allows you to solve
  23. linear equations, I.e. equations where you have x equations and x
  24. unknowns. For example, you might have the following 3 equations and 3
  25. unknowns:
  26.  
  27. 45a+34b+23c=456
  28. 34a+98b+76c=78
  29. 2a+5b+7c=12
  30.  
  31. You could then solve for the three unknowns (a,b, and c).
  32.  
  33. To solve this using the matrix solver, you would enter each coefficient
  34. into a cell, leaving blank cells in between the last coefficient. For
  35. example:
  36.  
  37.          A     |        B    |     C      |    D     |     E
  38. -----------------------
  39. 1         45    |    34    |    23    |           |    456
  40. -----------------------
  41. 2         34    |    98    |    76    |           |    78
  42. -----------------------
  43. 3         2        |    5         |      7     |          |    12
  44. -----------------------
  45.  
  46. Now, select the area (the range A1:E3 in this example), tap on the Tools button, select
  47. “Matrix Solver” from the pop-up menu which appears, and the solutions
  48. will appear in column D. For example:
  49.  
  50.     A           |        B    |    C       |           D       |    E
  51. ---------------------------
  52. 1        45    |    34    |    23    |13.066     |    456
  53. ---------------------------
  54. 2        34    |    98    |    76    |-4.868     |    78
  55. ---------------------------
  56. 3        2       |    5      |    7      |1.4584     |    12
  57. ---------------------------
  58.  
  59.  
  60. In this example, the solutions for each variable are: 
  61.  
  62. a: 13.066
  63. b: -4.868
  64. c: 1.4584
  65.  
  66. Note: The Matrix Solver is a QuickFigure Tool, so it does not have an
  67. icon in the Extras Drawer. If you wish to remove it from your Newton,
  68. it will appear when you tap the “Remove Software” button in your Card
  69. or Prefs/Memory dialog. Its symbol is “solver:donv.”
  70.  
  71.  
  72. About the Matrix Solver
  73. =================
  74.  
  75. The Matrix Solver was written for PelicanWare by Ashish Mishra. 
  76.  
  77. Copyright 1994, PelicanWare, Inc.
  78.